From d819091fe8258c39dcf87adbc2328e61e93d4e91 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 3 Dec 2010 01:12:11 +0000 Subject: [PATCH] Specified max width in em instead of px to support font scaling --- resources/jquery.tipsy/jquery.tipsy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/jquery.tipsy/jquery.tipsy.css b/resources/jquery.tipsy/jquery.tipsy.css index ea0b39fac6..5d30f782e6 100644 --- a/resources/jquery.tipsy/jquery.tipsy.css +++ b/resources/jquery.tipsy/jquery.tipsy.css @@ -8,8 +8,8 @@ background-color: #e8f2f8; border: solid 1px #a7d7f9; color: black; - max-width: 200px; - text-align: center; + max-width: 15em; + text-align: left; } .tipsy-inner { border-radius: 3px; -- 2.20.1